home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / DisView / !NETINIT.TXT < prev    next >
Text File  |  1995-05-29  |  2KB  |  46 lines

  1. ============                                        DISview [518]
  2. !NETINIT.TXT
  3. ============
  4.  
  5. _________________________________________________________________
  6. NET.EXE [-b] [-s <sockets>]  [-d [<drive>]:<directory>] 
  7.                                            [-v]  [<startup_file>]
  8. _________________________________________________________________
  9. When starting NET, the following command-line options may be
  10. used:
  11.  
  12. -b:  The -b option specifies the use of BIOS for console output;
  13.      the default is to write directly to the video display 
  14.      buffer. Use this option if you are running under a windowing
  15.      package and have trouble with output "bleeding through" on 
  16.      top of other windows.
  17.  
  18. -s:  The -s option specifies the size of the socket array to be
  19.      allocated within NET.  This limits the number of network 
  20.      connections that may exist simultaneously. The default is 
  21.      40.
  22.  
  23. -d:  The -d option allows the user to specify the NET root
  24.      directory. It defaults to the current DOS root directory.
  25.  
  26.      N.B. Any slashes in the pathname must be FORWARD slashes, 
  27.           not backslashes.
  28.  
  29. -v:  The -v (verbose) option allows the user to view command
  30.      execution during NET startup.  This is useful if NET hangs
  31.      during startup.
  32.  
  33. Startup_file:  Following all the command-line options, the name
  34.      of a startup file may be specified.  If no startup file is
  35.      specified, NET attempts to open ~/autoexec.net in the NET
  36.      root directory.
  37.  
  38.      If the file exists, it is read and executed as though its
  39.      contents were typed on the console as commands. This feature
  40.      is useful for attaching communication interfaces, 
  41.      configuring network addresses, and starting the various 
  42.      services.
  43.  
  44. >> Example:  NET.EXE -b -s 50 -d /netdir -v autoexec.123
  45.  
  46.